home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Rokusho.bin
/
pc
/
assets
/
rokusho.dxr
/
00039_Script_39
< prev
next >
Wrap
Text File
|
2001-12-07
|
408b
|
20 lines
property mysprite, dx, dy
global hit, placex
on beginsprite me
set mysprite to the spritenum of me
set dx to the locH of sprite mysprite
set dy to the locV of sprite mysprite
end
on exitframe me
if hit = 1 then
set the loc of sprite mysprite to placex
hit = 0
else
set the locH of sprite mysprite to dx
set the locV of sprite mysprite to dy
end if
end